SetConstantBuffer<T>(T) Method
In This Topic
Sets the constant buffer data from a struct value.
Syntax
'Declaration
Public Overloads Sub SetConstantBuffer(Of As {New, Struct})( _
ByVal As _
)
public void SetConstantBuffer<>(
)
where T: new(), struct
Parameters
- value
- Value of the constant buffer
Type Parameters
- T
- Type of the constant buffer
See Also